-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource/alicloud_db_instance: add new attributes:bursting_enabled and modify sql_collector_config_value #8071
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
…d modify sql_collector_config_value
cd89e7a
to
39c071e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
}, | ||
}, | ||
}) | ||
} | ||
|
||
//func TestAccAliCloudRdsDBInstancePostgreSQL(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么注释
}, | ||
}) | ||
} | ||
//func TestAccAliCloudRdsDBInstanceSqlService_general_essd(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么注释
@@ -1382,7 +1382,6 @@ func TestAccAliCloudRdsDBInstance_PostgreSQL_12_0(t *testing.T) { | |||
"vswitch_id": "${local.vswitch_id}", | |||
"security_group_ids": []string{}, | |||
"monitoring_period": "60", | |||
"encryption_key": "${alicloud_kms_key.default.id}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么删除
}), | ||
), | ||
}, | ||
{ | ||
Config: testAccConfig(map[string]interface{}{ | ||
"pg_bouncer_enabled": "true", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么删除
resource/alicloud_db_instance: add new attributes:bursting_enabled and modify sql_collector_config_value